Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

133
Visualizações
How to parse CSV file with string objectkeys instead of "raw" strings?

I tried parsing a CSV file in Javascript and I got the following results:

[ 
  {
    'Title': 'Random Brand 1',
    'Brand Code': '5205',
    Display: 'Brand'
  },
  {
    'Title': 'Random Brand 2',
    'Brand Code': '5201',
    Display: 'Sponsorship'
  },
  {
    'Title': 'Random Brand 3',
    'Brand Code': '5203',
    Display: 'Both'
  }
]

The "Title" keys are wrapped in quotes, but Display does not. "Brand Code" is in quotes which is fine because it's two words. How do I parse it so that Title will be like Display and has not quotes? Something like this:

  {
    Title: 'Random Brand 3',
    'Brand Code': '5203',
    Display: 'Both'
  }

I am parsing the file like this:

import csvParse from 'csv-parse/lib/sync'
const brands = csvParse(fs.readFileSync(csv), { columns: true })

Do I have to change something on Excel?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda